Work Table Scan
Short Description
The Work Table Scan node scans rows produced while performing a Common Table Expression (CTE)
Detailed Description​
The Work Table Scan node scans rows produced while performing a Common Table Expression (CTE). CTEs are seen when using a WITH
SQL query.
Additional Links​
- PostgreSQL Documentation - WITH Queries (Common Table Expressions)
- PostgreSQL Documentation - Using Explain
- pgAnalyze - Explain
- eTutorials - Understanding How PostgreSQL Executes a Query
Search online​
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.